







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() | Pair<(Of <TFirst, TSecond>)>Pair<(Of <TFirst, TSecond>)>New(KeyValuePair<(Of <TFirst, TSecond>)>) |
Creates a new pair using elements from a KeyValuePair structure. The
First element gets the Key, and the Second elements gets the Value.
|
![]() | Pair<(Of <TFirst, TSecond>)>Pair<(Of <TFirst, TSecond>)>New(TFirst, TSecond) |
Creates a new pair with given first and second elements.
|
See Also
Pair<(Of <TFirst, TSecond>)> Structure
Pair<(Of <TFirst, TSecond>)> Members
Wintellect.PowerCollections Namespace